home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / h / harddisk / hd_optim / hd_opt.txt < prev   
Encoding:
Text File  |  1996-09-18  |  7.7 KB  |  180 lines

  1.                         Hard Disk Optimiser V1.01
  2.                         -------------------------
  3.  
  4.    Hard Disk Optimiser (HD_OPT) is a (pretty quick) program for 
  5. reorganising your hard disk partitions by unfragmenting files and moving 
  6. free space areas to the end of the partition. The program also allows the 
  7. user to decide in what order the files will be stored and to sort the 
  8. directory entries.
  9.  
  10.                                   -**-
  11.  
  12.    This program is considered FREEWARE and may be copied freely providing 
  13. the following conditions are met;
  14.  
  15.      1) This manual is included unaltered with every distributed copy of 
  16. HD_OPT.
  17.  
  18.      2) No fee is charged for the copy without the author's prior written 
  19. consent, with the sole exception of duplication costs for public domain 
  20. and shareware libraries.
  21.  
  22.      3) The program or this manual is not included with any commercial 
  23. product or publication of any kind without the author's prior written 
  24. consent.
  25.  
  26.    Whilst every care has been taken in developing this product the author 
  27. makes no warranties of any kind with respect to this manual or the HD_OPT 
  28. program. Any damage or loss incurred accidentally or otherwise by this 
  29. program or by the use of this program is solely the responsibility of the 
  30. user. This program alters your hard disk directly. Should a power-cut or 
  31. machine crash happen during optimisation then it is likely that all data 
  32. on your partition will be lost. It is heartily recommended that you 
  33. BACKUP YOUR HARD DISK before using this program.
  34.  
  35.    If you have a problem with this program then ** PLEASE ** let me know 
  36. - you could save someone else a lot of hassle! I am always happy to 
  37. receive comments and suggestions with respect to this product, and I can 
  38. be contacted at this address;
  39.  
  40.                               Jon Marshall
  41.                             28 Holbrook Road
  42.                                 Stratford
  43.                              London E15 3EA
  44.                                  England
  45.  
  46. ----------------------------------------------------------------------
  47. Introduction
  48. ============
  49.  
  50.    Constant use of a hard disk partition generally leads to a loss in 
  51. performance. Files and folders are moved, copied, deleted and expanded - 
  52. resulting in gaps of unused space and portions of files and folders 
  53. scattered across the partition. This is called fragmentation and is 
  54. undesirable for two reasons;
  55.  
  56.      1) If portions of a file are stored in widely separated areas of a 
  57. disk then access to that file will be slowed. You will see this effect 
  58. most on disk intensive programs.
  59.  
  60.      2) If you ever need to recover data from a deleted file, then you 
  61. will find it much easier if all of the file is located in one position.
  62.  
  63.    HD_OPT unfragments your hard disk by moving each file to a contiguous 
  64. area (optionally storing files from the same folder together) and placing 
  65. all unused areas at the end of the disk.
  66.  
  67.    This is a standard GEM program which can be started in he usual 
  68. fashion.
  69.  
  70.  
  71. The DISK Menu
  72. =============   
  73.  
  74.    Change current drive:
  75.      This allows you to change the current drive. You must select choose 
  76. a drive before starting any operation.
  77.  
  78.    Analyse disk:
  79.      This gives information on the current drive. Points to note are:
  80.  
  81.           Fragmented chains - Number of files and directory lists which 
  82. are fragmented. Ideally this should be 0.
  83.  
  84.           Free Space areas - Number of non-contiguous free space areas on 
  85. the partition. Ideally this should be 1.
  86.  
  87.           Crosslinked/lost clusters & unmatched FATs - Each disk has 
  88. several different tables for storing information and sometimes they can 
  89. get out of step with each other. Should the program find such problems an 
  90. option will be presented to fix them though this IS NOT IMPLEMENTED on 
  91. current versions of HD_OPT!! I advise you to use a program such as DLII 
  92. to fix the problems. You will not be able to sort the disk directories or 
  93. unfragment a partition if it contains crosslinked or lost clusters or 
  94. unmatched FATs.
  95.  
  96.    Directory sort:
  97.      This will sort the order of the file entries in each directory 
  98. listing and is only of real use when a listing is required from a shell 
  99. which cannot sort the entries (i.e. like the Desktop can). Note that if 
  100. an AUTO folder is present it too will be sorted - your auto programs will 
  101. then run in a different order. The type of sort and the sort order must 
  102. first be selected from the OPTIONS menu.
  103.  
  104.    Unfragment:
  105.      If a directory sort order has been selected from the OPTIONS menu 
  106. then your directories will be sorted first. The program will then 
  107. reorganise your partition in the manner described under the explanation 
  108. of the OPTIONS menu.
  109.  
  110.      Whilst unfragmenting a dialog box is displayed showing the current 
  111. file being processed and the percentage of the partition that is 
  112. unfragmented. Note that this figure does not necessarily represent the 
  113. amount of work done but the amount that the drive has been unfragmented. 
  114. Hence for a partially optimised drive this figure may start at 50% and 
  115. end at 60%
  116.       
  117.      You may press 'UNDO' to safely terminate the operation, leaving your 
  118. partition only partially unfragmented.
  119.  
  120.  
  121. The OPTIONS Menu
  122. ================
  123.  
  124.    Directory sort by:
  125.      Allows you to change directory sort to Name, Extension, Time, file 
  126. size or none (default).
  127.  
  128.    Sort order:
  129.      Choose between ascending and descending.
  130.    
  131.    Disk order:
  132.      This allows you to choose one of three different ways in which the 
  133. files are physically stored on the disk.
  134.  
  135.           No Ordering: The files are stored in the same order as they are 
  136. now, but unfragmented. This is the quickest option and is recommended for 
  137. disks where a lot of changes occur, such as partitions with a lot of 
  138. source code.
  139.  
  140.           Folder only: Each folder is placed at the start of the disk, 
  141. followed by all files grouped together by folder. Since most disk access 
  142. is centred on a single folder, this decreases the distance that the disk 
  143. heads will need to move when accessing different files. This option is 
  144. the one that I recommend you use.
  145.  
  146.           Folder and Prg: Each folder is placed at the start of the disk, 
  147. followed by each PRG and RSC file grouped together by folder, followed by 
  148. all other files grouped together by folder. If you have a partition with 
  149. a lot of PRG and RSC files that never change, then using this option will 
  150. decrease the amount of time to unfragment that partition in the future.
  151.  
  152.  
  153. Notes on Usage
  154. ==============
  155.  
  156.    HD_OPT changes your hard disk using lowlevel OS routines - all normal 
  157. file routines are by-passed - this means that the program should be used 
  158. only on standard TOS partitions. Should the program be terminated 
  159. unexpectedly while reorganising a hard disk partition, for instance by a 
  160. power cut or machine crash, then it is highly likely that all data on 
  161. that partition will be lost. It is recommended you backup your partitions 
  162. before using this program.
  163.  
  164.    This program expects sole access to a disk drive while unfragmenting. 
  165. Any desk accessories or resident programs which access the disk drive in 
  166. the 'background' must not be used in conjunction with this program.
  167.  
  168.    HD_OPT is quite greedy with memory. I have successfully tested a 13MB 
  169. partition on a 520ST, but a partition greater than 16MBs would probably 
  170. require 1 Meg of memory.
  171.  
  172.    Should a disk error occur during reorganising then the program will do 
  173. it's best to leave the partition in a usable state, but I would advise 
  174. you to check the data integrity before using the partition again.
  175.  
  176.    Should you have deleted data on your disk that you wish to recover, 
  177. then reogranising your hard disk first will practically zero your chances 
  178. of recovering that data.
  179.  
  180.